func github.com/andybalholm/brotli.decodeCommandBlockSwitchInternal

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1192: func decodeCommandBlockSwitchInternal(safe int, s *Reader) bool {
		decode.go#L1202: 	decodeCommandBlockSwitchInternal(0, s)
		decode.go#L1206: 	return decodeCommandBlockSwitchInternal(1, s)